@import "reset-to-defaults.css";
.info {
-/* FIXME: for now label does not support background */
-/* background-color: @info_bg_color;*/
+ background-color: @info_bg_color;
color: @info_fg_color;
}
.warning {
-/* background-color: @warning_bg_color;*/
+ background-color: @warning_bg_color;
color: @warning_fg_color;
}
.question {
-/* background-color: @question_bg_color;*/
+ background-color: @question_bg_color;
color: @question_fg_color;
}
.error {
-/* background-color: @error_bg_color;*/
+ background-color: @error_bg_color;
color: @error_fg_color;
}